projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bbea2b
)
gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000
(14:45 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000
(14:45 +0800)
Since commit
872fbfac
the GtkWindowGroup was split out from the GtkWindow
sources, so include gtkwindowgroup.h to avoid C4013 warnings/errors
(implicit declaration of ...) on gtk_window_group_add_window().
gtk/deprecated/gtkcolorsel.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkcolorsel.c
b/gtk/deprecated/gtkcolorsel.c
index b07211c665a6acb05befd858ff28f26887114404..6f9bd12df85518aebdbed6a9c6d62c7c97d39822 100644
(file)
--- a/
gtk/deprecated/gtkcolorsel.c
+++ b/
gtk/deprecated/gtkcolorsel.c
@@
-36,7
+36,7
@@
#include "gtkadjustment.h"
#include "gtkorientable.h"
#include "gtkhsv.h"
-#include "gtkwindow.h"
+#include "gtkwindow
group
.h"
#include "gtkselection.h"
#include "gtkcolorutils.h"
#include "gtkdnd.h"